fmt.ss.token (method)

3 uses

	fmt (current package)
		scan.go#L261: 	tok = s.token(skipSpace, f)
		scan.go#L446: func (s *ss) token(skipSpace bool, f func(rune) bool) []byte {
		scan.go#L836: 		str = string(s.token(true, notSpace)) // %s and %v just return the next word